com.inscoper.nbo.Plate
Represents the XML element Plate. More...
Inherits from com.inscoper.nbo.NBOBaseClass
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| Plate() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString() Serializes this object to an XML string. |
| void | setID(PlateID_Type value) Sets the value of the ID attribute. |
| PlateID_Type | getID() Returns the value of the ID attribute. |
| void | resetID() Resets the ID attribute to an unset state. |
| boolean | hasID() Checks whether the optional ID attribute is present. |
| void | setName(String value) Sets the value of the Name attribute. |
| String | getName() Returns the value of the Name attribute. |
| void | resetName() Resets the Name attribute to an unset state. |
| boolean | hasName() Checks whether the optional Name attribute is present. |
| void | setStatus(String value) Sets the value of the Status attribute. |
| String | getStatus() Returns the value of the Status attribute. |
| void | resetStatus() Resets the Status attribute to an unset state. |
| boolean | hasStatus() Checks whether the optional Status attribute is present. |
| void | setExternalIdentifier(String value) Sets the value of the ExternalIdentifier attribute. |
| String | getExternalIdentifier() Returns the value of the ExternalIdentifier attribute. |
| void | resetExternalIdentifier() Resets the ExternalIdentifier attribute to an unset state. |
| boolean | hasExternalIdentifier() Checks whether the optional ExternalIdentifier attribute is present. |
| void | setColumnNamingConvention(NamingConvention_Type value) Sets the value of the ColumnNamingConvention attribute. |
| NamingConvention_Type | getColumnNamingConvention() Returns the value of the ColumnNamingConvention attribute. |
| void | resetColumnNamingConvention() Resets the ColumnNamingConvention attribute to an unset state. |
| boolean | hasColumnNamingConvention() Checks whether the optional ColumnNamingConvention attribute is present. |
| void | setRowNamingConvention(NamingConvention_Type value) Sets the value of the RowNamingConvention attribute. |
| NamingConvention_Type | getRowNamingConvention() Returns the value of the RowNamingConvention attribute. |
| void | resetRowNamingConvention() Resets the RowNamingConvention attribute to an unset state. |
| boolean | hasRowNamingConvention() Checks whether the optional RowNamingConvention attribute is present. |
| void | setWellOriginX(float value) Sets the value of the WellOriginX attribute. |
| float | getWellOriginX() Returns the value of the WellOriginX attribute. |
| void | resetWellOriginX() Resets the WellOriginX attribute to an unset state. |
| boolean | hasWellOriginX() Checks whether the optional WellOriginX attribute is present. |
| void | setWellOriginXUnit(UnitsLength_Type value) Sets the value of the WellOriginXUnit attribute. |
| UnitsLength_Type | getWellOriginXUnit() Returns the value of the WellOriginXUnit attribute. |
| void | resetWellOriginXUnit() Resets the WellOriginXUnit attribute to an unset state. |
| boolean | hasWellOriginXUnit() Checks whether the optional WellOriginXUnit attribute is present. |
| void | setWellOriginY(float value) Sets the value of the WellOriginY attribute. |
| float | getWellOriginY() Returns the value of the WellOriginY attribute. |
| void | resetWellOriginY() Resets the WellOriginY attribute to an unset state. |
| boolean | hasWellOriginY() Checks whether the optional WellOriginY attribute is present. |
| void | setWellOriginYUnit(UnitsLength_Type value) Sets the value of the WellOriginYUnit attribute. |
| UnitsLength_Type | getWellOriginYUnit() Returns the value of the WellOriginYUnit attribute. |
| void | resetWellOriginYUnit() Resets the WellOriginYUnit attribute to an unset state. |
| boolean | hasWellOriginYUnit() Checks whether the optional WellOriginYUnit attribute is present. |
| void | setRows(PositiveInt_Type value) Sets the value of the Rows attribute. |
| PositiveInt_Type | getRows() Returns the value of the Rows attribute. |
| void | resetRows() Resets the Rows attribute to an unset state. |
| boolean | hasRows() Checks whether the optional Rows attribute is present. |
| void | setColumns(PositiveInt_Type value) Sets the value of the Columns attribute. |
| PositiveInt_Type | getColumns() Returns the value of the Columns attribute. |
| void | resetColumns() Resets the Columns attribute to an unset state. |
| boolean | hasColumns() Checks whether the optional Columns attribute is present. |
| void | setFieldIndex(NonNegativeInt_Type value) Sets the value of the FieldIndex attribute. |
| NonNegativeInt_Type | getFieldIndex() Returns the value of the FieldIndex attribute. |
| void | resetFieldIndex() Resets the FieldIndex attribute to an unset state. |
| boolean | hasFieldIndex() Checks whether the optional FieldIndex attribute is present. |
| void | setDescription(Plate_InlineDescription value) Sets the value of the Description element. |
| Plate_InlineDescription | getDescription() Returns the value of the Description element. |
| void | resetDescription() Resets the Description element to an unset state. |
| boolean | hasDescription() Checks whether the optional Description element is present. |
| void | setWell_List(WellVector value) Sets the list of Well elements. |
| WellVector | getWell_List() Returns the list of Well elements. |
| void | addToWell_List(Well value) Adds a new Well element to this object. |
| void | clearWell_List() Clear the list of Well. |
| void | setAnnotationRef_List(AnnotationRefVector value) Sets the list of AnnotationRef elements. |
| AnnotationRefVector | getAnnotationRef_List() Returns the list of AnnotationRef elements. |
| void | addToAnnotationRef_List(AnnotationRef value) Adds a new AnnotationRef element to this object. |
| void | clearAnnotationRef_List() Clear the list of AnnotationRef. |
| void | setPlateAcquisition_List(PlateAcquisitionVector value) Sets the list of PlateAcquisition elements. |
| PlateAcquisitionVector | getPlateAcquisition_List() Returns the list of PlateAcquisition elements. |
| void | addToPlateAcquisition_List(PlateAcquisition value) Adds a new PlateAcquisition element to this object. |
| void | clearPlateAcquisition_List() Clear the list of PlateAcquisition. |
| Plate | __internal_create(long cPtr, boolean own) |
Protected Functions
| Name | |
|---|---|
| Plate(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(Plate obj) |
Additional inherited members
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description
Represents the XML element Plate.
A description for the plate.
Public Functions Documentation
function delete
Reimplements: com.inscoper.nbo.NBOBaseClass.delete
function Plate
function getTypeName
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.NBOBaseClass.getTypeName
function getXMLName
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.NBOBaseClass.getXMLName
function getNBOType
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.NBOBaseClass.getNBOType
function getChildren
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getChildren
function getSubElements
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getSubElements
function fromJsonFile
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
function fromJsonString
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
function fromXmlFile
Populates this object from a XML file.
Parameters:
- path The path to the XML file
function fromXmlString
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
function toXmlFile
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
function toXmlString
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
function setID
Sets the value of the ID attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getID
Returns the value of the ID attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetID
Resets the ID attribute to an unset state.
No description available in the XSD standard.
function hasID
Checks whether the optional ID attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setName
Sets the value of the Name attribute.
Parameters:
- value The value to set
The Name identifies the plate to the user. It is used much like the ID, and so must be unique within the document. If a plate name is not available when one is needed it will be constructed in the following order: 1. If name is available use it. 2. If not use "Start time - End time" (NOTE: Not a subtraction! A string representation of the two times separated by a dash.) 3. If these times are not available use the Plate ID.
function getName
Returns the value of the Name attribute.
Return: The value of the attribute
The Name identifies the plate to the user. It is used much like the ID, and so must be unique within the document. If a plate name is not available when one is needed it will be constructed in the following order: 1. If name is available use it. 2. If not use "Start time - End time" (NOTE: Not a subtraction! A string representation of the two times separated by a dash.) 3. If these times are not available use the Plate ID.
function resetName
Resets the Name attribute to an unset state.
The Name identifies the plate to the user. It is used much like the ID, and so must be unique within the document. If a plate name is not available when one is needed it will be constructed in the following order: 1. If name is available use it. 2. If not use "Start time - End time" (NOTE: Not a subtraction! A string representation of the two times separated by a dash.) 3. If these times are not available use the Plate ID.
function hasName
Checks whether the optional Name attribute is present.
Return: true if the optional attribute has been set, false otherwise
The Name identifies the plate to the user. It is used much like the ID, and so must be unique within the document. If a plate name is not available when one is needed it will be constructed in the following order: 1. If name is available use it. 2. If not use "Start time - End time" (NOTE: Not a subtraction! A string representation of the two times separated by a dash.) 3. If these times are not available use the Plate ID.
function setStatus
Sets the value of the Status attribute.
Parameters:
- value The value to set
A textual annotation of the current state of the plate with respect to the experiment work-flow; e.g. 1. Seed cell: done; 2. Transfection: done; 3. Gel doc: todo.
function getStatus
Returns the value of the Status attribute.
Return: The value of the attribute
A textual annotation of the current state of the plate with respect to the experiment work-flow; e.g. 1. Seed cell: done; 2. Transfection: done; 3. Gel doc: todo.
function resetStatus
Resets the Status attribute to an unset state.
A textual annotation of the current state of the plate with respect to the experiment work-flow; e.g. 1. Seed cell: done; 2. Transfection: done; 3. Gel doc: todo.
function hasStatus
Checks whether the optional Status attribute is present.
Return: true if the optional attribute has been set, false otherwise
A textual annotation of the current state of the plate with respect to the experiment work-flow; e.g. 1. Seed cell: done; 2. Transfection: done; 3. Gel doc: todo.
function setExternalIdentifier
Sets the value of the ExternalIdentifier attribute.
Parameters:
- value The value to set
The ExternalIdentifier attribute may contain a reference to an external database.
function getExternalIdentifier
Returns the value of the ExternalIdentifier attribute.
Return: The value of the attribute
The ExternalIdentifier attribute may contain a reference to an external database.
function resetExternalIdentifier
Resets the ExternalIdentifier attribute to an unset state.
The ExternalIdentifier attribute may contain a reference to an external database.
function hasExternalIdentifier
Checks whether the optional ExternalIdentifier attribute is present.
Return: true if the optional attribute has been set, false otherwise
The ExternalIdentifier attribute may contain a reference to an external database.
function setColumnNamingConvention
Sets the value of the ColumnNamingConvention attribute.
Parameters:
- value The value to set
The ColumnNamingConvention
function getColumnNamingConvention
Returns the value of the ColumnNamingConvention attribute.
Return: The value of the attribute
The ColumnNamingConvention
function resetColumnNamingConvention
Resets the ColumnNamingConvention attribute to an unset state.
The ColumnNamingConvention
function hasColumnNamingConvention
Checks whether the optional ColumnNamingConvention attribute is present.
Return: true if the optional attribute has been set, false otherwise
The ColumnNamingConvention
function setRowNamingConvention
Sets the value of the RowNamingConvention attribute.
Parameters:
- value The value to set
The RowNamingConvention
function getRowNamingConvention
Returns the value of the RowNamingConvention attribute.
Return: The value of the attribute
The RowNamingConvention
function resetRowNamingConvention
Resets the RowNamingConvention attribute to an unset state.
The RowNamingConvention
function hasRowNamingConvention
Checks whether the optional RowNamingConvention attribute is present.
Return: true if the optional attribute has been set, false otherwise
The RowNamingConvention
function setWellOriginX
Sets the value of the WellOriginX attribute.
Parameters:
- value The value to set
This defines the X position to use for the origin of the fields (individual images) taken in a well. It is used with the X in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginXUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function getWellOriginX
Returns the value of the WellOriginX attribute.
Return: The value of the attribute
This defines the X position to use for the origin of the fields (individual images) taken in a well. It is used with the X in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginXUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function resetWellOriginX
Resets the WellOriginX attribute to an unset state.
This defines the X position to use for the origin of the fields (individual images) taken in a well. It is used with the X in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginXUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function hasWellOriginX
Checks whether the optional WellOriginX attribute is present.
Return: true if the optional attribute has been set, false otherwise
This defines the X position to use for the origin of the fields (individual images) taken in a well. It is used with the X in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginXUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function setWellOriginXUnit
Sets the value of the WellOriginXUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getWellOriginXUnit
Returns the value of the WellOriginXUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetWellOriginXUnit
Resets the WellOriginXUnit attribute to an unset state.
No description available in the XSD standard.
function hasWellOriginXUnit
Checks whether the optional WellOriginXUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setWellOriginY
Sets the value of the WellOriginY attribute.
Parameters:
- value The value to set
This defines the Y position to use for the origin of the fields (individual images) taken in a well. It is used with the Y in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginYUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function getWellOriginY
Returns the value of the WellOriginY attribute.
Return: The value of the attribute
This defines the Y position to use for the origin of the fields (individual images) taken in a well. It is used with the Y in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginYUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function resetWellOriginY
Resets the WellOriginY attribute to an unset state.
This defines the Y position to use for the origin of the fields (individual images) taken in a well. It is used with the Y in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginYUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function hasWellOriginY
Checks whether the optional WellOriginY attribute is present.
Return: true if the optional attribute has been set, false otherwise
This defines the Y position to use for the origin of the fields (individual images) taken in a well. It is used with the Y in the WellSample to display the fields in the correct position relative to each other. Each Well in the plate has the same well origin. Units are set by WellOriginYUnit. In the OMERO clients by convention we display the WellOrigin in the center of the view.
function setWellOriginYUnit
Sets the value of the WellOriginYUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getWellOriginYUnit
Returns the value of the WellOriginYUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetWellOriginYUnit
Resets the WellOriginYUnit attribute to an unset state.
No description available in the XSD standard.
function hasWellOriginYUnit
Checks whether the optional WellOriginYUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setRows
Sets the value of the Rows attribute.
Parameters:
- value The value to set
The number of rows in the plate
function getRows
Returns the value of the Rows attribute.
Return: The value of the attribute
The number of rows in the plate
function resetRows
Resets the Rows attribute to an unset state.
The number of rows in the plate
function hasRows
Checks whether the optional Rows attribute is present.
Return: true if the optional attribute has been set, false otherwise
The number of rows in the plate
function setColumns
Sets the value of the Columns attribute.
Parameters:
- value The value to set
The number of columns in the plate
function getColumns
Returns the value of the Columns attribute.
Return: The value of the attribute
The number of columns in the plate
function resetColumns
Resets the Columns attribute to an unset state.
The number of columns in the plate
function hasColumns
Checks whether the optional Columns attribute is present.
Return: true if the optional attribute has been set, false otherwise
The number of columns in the plate
function setFieldIndex
Sets the value of the FieldIndex attribute.
Parameters:
- value The value to set
The index of the WellSample to display as the default Field
function getFieldIndex
Returns the value of the FieldIndex attribute.
Return: The value of the attribute
The index of the WellSample to display as the default Field
function resetFieldIndex
Resets the FieldIndex attribute to an unset state.
The index of the WellSample to display as the default Field
function hasFieldIndex
Checks whether the optional FieldIndex attribute is present.
Return: true if the optional attribute has been set, false otherwise
The index of the WellSample to display as the default Field
function setDescription
Sets the value of the Description element.
Parameters:
- value The value to set
A description for the plate.
function getDescription
Returns the value of the Description element.
Return: The value of the element
A description for the plate.
function resetDescription
Resets the Description element to an unset state.
A description for the plate.
function hasDescription
Checks whether the optional Description element is present.
Return: true if the optional attribute has been set, false otherwise
A description for the plate.
function setWell_List
Sets the list of Well elements.
Parameters:
- value The new list of Well elements
No description available in the XSD standard.
function getWell_List
Returns the list of Well elements.
Return: The list of Well elements
No description available in the XSD standard.
function addToWell_List
Adds a new Well element to this object.
Parameters:
- value The element to add
No description available in the XSD standard.
function clearWell_List
Clear the list of Well.
No description available in the XSD standard.
function setAnnotationRef_List
Sets the list of AnnotationRef elements.
Parameters:
- value The new list of AnnotationRef elements
No description available in the XSD standard.
function getAnnotationRef_List
Returns the list of AnnotationRef elements.
Return: The list of AnnotationRef elements
No description available in the XSD standard.
function addToAnnotationRef_List
Adds a new AnnotationRef element to this object.
Parameters:
- value The element to add
No description available in the XSD standard.
function clearAnnotationRef_List
Clear the list of AnnotationRef.
No description available in the XSD standard.
function setPlateAcquisition_List
Sets the list of PlateAcquisition elements.
Parameters:
- value The new list of PlateAcquisition elements
No description available in the XSD standard.
function getPlateAcquisition_List
Returns the list of PlateAcquisition elements.
Return: The list of PlateAcquisition elements
No description available in the XSD standard.
function addToPlateAcquisition_List
Adds a new PlateAcquisition element to this object.
Parameters:
- value The element to add
No description available in the XSD standard.
function clearPlateAcquisition_List
Clear the list of PlateAcquisition.
No description available in the XSD standard.
function __internal_create
Reimplements: com.inscoper.nbo.NBOBaseClass.__internal_create
Protected Functions Documentation
function Plate
function swigSetCMemOwn
Reimplements: com.inscoper.nbo.NBOBaseClass.swigSetCMemOwn
function finalize
Reimplements: com.inscoper.nbo.NBOBaseClass.finalize
function getCPtr
Updated on 2026-02-13 at 16:11:05 +0100